Skip to content

fix: rename parameters to properties in config type docs#6

Open
wo-o29 wants to merge 4 commits intotoss:mainfrom
wo-o29:fix/rename-parameters-to-properties-in-config-type-docs
Open

fix: rename parameters to properties in config type docs#6
wo-o29 wants to merge 4 commits intotoss:mainfrom
wo-o29:fix/rename-parameters-to-properties-in-config-type-docs

Conversation

@wo-o29
Copy link
Contributor

@wo-o29 wo-o29 commented Jul 27, 2025

🐛 Fix Incorrect Terminology in Type Documentation

Problem

Multiple TypeScript type documentation files incorrectly use 매개변수(parameters) to describe type structures. Since these are TypeScript type definitions, not functions, these should be called 속성(properties) instead.

Changes

  • Changed section title from 매개변수 to 속성 across multiple type documentation files(ko)
  • Changed section title from Parameters to Properties across multiple type documentation files(en)
  • Maintained all existing CSS classes and structure
  • No functional changes to the documentation layout

Why This Matters

Using correct terminology helps developers understand that:

  • These are type definitions with properties
  • Not a function with parameters
  • Improves overall documentation accuracy and clarity

This change aligns the documentation with standard TypeScript terminology conventions.

@vercel
Copy link

vercel bot commented Jul 27, 2025

@wo-o29 is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant